home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
ASCII.cpt
/
ASCII.H
< prev
next >
Wrap
Text File
|
1985-10-19
|
857b
|
45 lines
#define TEScrpLength 0xab0
#define TEScrpHandle 0xab4
#define WINDOW 128
#define SAMPLESTR 1
#define AUTHORSTR 2
#define MENUS 5
#define APPLE 1
#define ABOUT 1
#define FILE 256
#define OPEN 1
#define QUIT 3
#define EDIT 257
#define TEUNDO 1
#define TECUT 3
#define TECOPY 4
#define TEPASTE 5
#define TECLEAR 6
#define FONTS 258
#define FONTSIZE 259
#define BAR 1
#define WATCH 4
#define FINGER 256
MenuHandle my_menus[MENUS];
int the_menu, the_item;
EventRecord my_event;
CursHandle finger_c, watch_c, bar_c;
WindowPtr which_w, the_w;
WindowRecord w_record;
Rect ascii_r, text_r, view_r, char_r[16][16];
Point mouse_p;
Handle sample_str, author_str;
TEHandle h_text, h_authortext;
int which_font;
char font_name[64];
int font_sizes[64];
int num_of_sizes = 0;
short scrap_count;
int file_num, root_system, my_own_file, volume_num;
SFReply file_record;